home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / Open Kart / data1.cab / Level_0_English_Data / menu_option.txt < prev    next >
Encoding:
Text File  |  2001-05-10  |  25.3 KB  |  1,509 lines

  1. ;//********* OPTION - OPTION DE JEU (O2) **********
  2. new Container
  3. {
  4.     name "container_option_de_jeu"
  5.     
  6.     z 1
  7.  
  8.     background "data/menus/i_bg_option_640_0.nif"
  9.  
  10.     on_idle ActionIdleManager
  11.     {
  12.         current_menu 2
  13.     }
  14.     
  15.     new MenuButton
  16.     {
  17.         x 0.45
  18.         y 0.35
  19.         z 0.9
  20.         size_x 0.45
  21.         size_y 0.466
  22.         normal_image "data/menus/i_carre_listbox.nif"
  23.         highlight_image ""
  24.     }
  25.     new MenuButton
  26.     {
  27.         x 0.749
  28.         y 0.85
  29.         size_x 0.25
  30.         size_y 0.163
  31.         text "Options"
  32.         text_size 0.45
  33.         text_initial_color <0,0.66,1,1>
  34.         normal_image "data/menus/i_titre_bouton.nif"
  35.         highlight_image ""
  36.     }
  37.     new MenuButton
  38.     {
  39.         ;// Options de jeu
  40.         x 0.012
  41.         y 0.85
  42.         text "Game"
  43.         text2 "Options"
  44.         text_initial_color <0,0.66,1,1>
  45.         highlight_image ""
  46.     }
  47.     new MenuButton
  48.     {
  49.         ;// Options video
  50.         x 0.004
  51.         y 0.75
  52.         text "Video"
  53.         text2 "Options"
  54.         warp_to "container_option_video"
  55.     }
  56.     new MenuButton
  57.     {
  58.         ;// Options audio
  59.         x 0.005
  60.         y 0.65
  61.         text "Audio"
  62.         text2 "Options"
  63.         warp_to "container_option_audio"
  64.     }
  65.     new MenuButton
  66.     {
  67.         ;// Controles
  68.         x 0.015
  69.         y 0.55
  70.         text "Controls"
  71.         warp_to "container_option_controle"
  72.     }
  73.     new MenuButton
  74.     {
  75.         ;// Force feedback
  76.         name "button_feedback1"
  77.         x 0.038
  78.         y 0.45
  79.         text "Force-"
  80.         text2 "Feedback"
  81.         warp_to "container_forcefeedback"
  82.     }
  83.     new FastFont
  84.     {        
  85.         ;// RΘsolution des karts
  86.         x 0.48
  87.         y 0.76
  88.         z 0.1
  89.         ratio 0.23
  90.         text "Kart Resolution"
  91.         initial_color <0,0.6,1,1>
  92.     }
  93.     new FastFont
  94.     {
  95.         name "resolution_karts"
  96.         ;// Haute
  97.         x 0.83
  98.         y 0.76
  99.         auto_center 1
  100.         ratio 0.23
  101.         text "High"
  102.         initial_color <0.99,0.61,0,1>
  103.         over_color <0,0.66,1,1>
  104.         on_click ActionStateManagerInterface
  105.         {
  106.             ;eOPTION_RESOLUTION_KARTS
  107.             request_type 4101
  108.         }        
  109.     }
  110.     new FastFont
  111.     {
  112.         ;// Filtre TrilinΘaire        
  113.         x 0.48
  114.         y 0.7
  115.         ratio 0.23
  116.         text "Trilinear Filter"
  117.         initial_color <0,0.6,1,1>
  118.     }
  119.     new FastFont
  120.     {
  121.         name "option_trilerp"
  122.         ;// ActivΘ (Filtre)
  123.         x 0.83
  124.         y 0.7
  125.         z 0.1
  126.         auto_center 1
  127.         ratio 0.23
  128.         text "Active"
  129.         initial_color <0.99,0.61,0,1>
  130.         over_color <0,0.66,1,1>
  131.         on_click ActionStateManagerInterface
  132.         {
  133.             ;eOPTION_TRILERP
  134.             request_type 4100
  135.         }        
  136.     }
  137.     new FastFont
  138.     {
  139.         ;// Effets SpΘciaux
  140.         x 0.48
  141.         y 0.64
  142.         initial_color <0,0.6,1,1>
  143.         ratio 0.23
  144.         text "Special Effects"
  145.     }
  146.     new FastFont
  147.     {
  148.         ;// Reflets de lentille
  149.         x 0.50
  150.         y 0.6
  151.         ratio 0.23
  152.         text "Lens-Flare"
  153.     }
  154.     new FastFont
  155.     {
  156.         ;// ActivΘ (Reflets Lentille)
  157.         name "LENS_FLARE_EFFECT"
  158.         x 0.83
  159.         y 0.6
  160.         z 0.1
  161.         auto_center 1
  162.         ratio 0.23
  163.         text "Active"
  164.         initial_color <0.99,0.61,0,1>
  165.         over_color <0,0.66,1,1>
  166.         on_click ActionStateManagerInterface
  167.         {
  168.             ;eOPTION_LENS_FLARE_EFFECT
  169.             request_type 4104
  170.         }        
  171.     }
  172.     new FastFont
  173.     {
  174.         ;// Kart reflection
  175.         x 0.50
  176.         y 0.56
  177.         ratio 0.23
  178.         text "Reflection"
  179.     }
  180.     new FastFont
  181.     {
  182.         ;// ActivΘ (Kart reflection)
  183.         name "KART_REFLECTION"
  184.         x 0.83
  185.         y 0.56
  186.         z 0.1
  187.         auto_center 1
  188.         ratio 0.23
  189.         text "Active"
  190.         initial_color <0.99,0.61,0,1>
  191.         over_color <0,0.66,1,1>
  192.         on_click ActionStateManagerInterface
  193.         {
  194.             ;eOPTION_KART_REFLECTION
  195.             request_type 4105
  196.         }        
  197.     }
  198.     new FastFont
  199.     {
  200.         ;// Kart Shading
  201.         x 0.50
  202.         y 0.52
  203.         ratio 0.23
  204.         text "Dynamic Lighting"
  205.     }
  206.     new FastFont
  207.     {
  208.         ;// ActivΘ (Kart Shading)
  209.         name "KART_SHADING"
  210.         x 0.83
  211.         y 0.52
  212.         z 0.1
  213.         auto_center 1
  214.         ratio 0.23
  215.         text "Active"
  216.         initial_color <0.99,0.61,0,1>
  217.         over_color <0,0.66,1,1>
  218.         on_click ActionStateManagerInterface
  219.         {
  220.             ;eOPTION_KART_SHADING
  221.             request_type 4106
  222.         }        
  223.     }
  224.     new FastFont
  225.     {
  226.         ;// Particle effect
  227.         x 0.50
  228.         y 0.48
  229.         ratio 0.23
  230.         text "Particle Effects"
  231.     }
  232.     new FastFont
  233.     {
  234.         name "PARTICLE_EFFECT"
  235.         ;// ActivΘ (Particle)
  236.         x 0.83
  237.         y 0.48
  238.         z 0.1
  239.         auto_center 1
  240.         ratio 0.23
  241.         text "Active"
  242.         initial_color <0.99,0.61,0,1>
  243.         over_color <0,0.66,1,1>
  244.         on_click ActionStateManagerInterface
  245.         {
  246.             ;eOPTION_PARTICLE_EFFECT
  247.             request_type 4107
  248.         }        
  249.     }
  250.     new FastFont
  251.     {
  252.         ;// Multitexturing
  253.         x 0.50
  254.         y 0.44
  255.         ratio 0.23
  256.         text "Multitexturing"
  257.     }
  258.     new FastFont
  259.     {
  260.         name "MULTITEXTURE"
  261.         ;// ActivΘ (Multitexturing)
  262.         x 0.83
  263.         y 0.44
  264.         z 0.1
  265.         auto_center 1
  266.         ratio 0.23
  267.         text "Active"
  268.         initial_color <0.99,0.61,0,1>
  269.         over_color <0,0.66,1,1>
  270.         on_click ActionStateManagerInterface
  271.         {
  272.             ;eOPTION_MULTITEXTURE
  273.             request_type 4123
  274.         }        
  275.     }
  276.     new FastFont
  277.     {        
  278.         ;// SystΦme des karts
  279.         x 0.48
  280.         y 0.38
  281.         z 0.1
  282.         ratio 0.23
  283.         text "Measurement System"
  284.         initial_color <0,0.6,1,1>
  285.     }
  286.     new FastFont
  287.     {
  288.         name "MEASUREMENT"
  289.         ;// Haute
  290.         x 0.83
  291.         y 0.38
  292.         auto_center 1
  293.         ratio 0.23
  294.         text "Metric"
  295.         initial_color <0.99,0.61,0,1>
  296.         over_color <0,0.66,1,1>
  297.         on_click ActionStateManagerInterface
  298.         {
  299.             ;eOPTION_METRIC_SYSTEM
  300.             request_type 4124
  301.         }        
  302.     }
  303.  
  304.     new MenuButton
  305.     {
  306.         ;// Retour
  307.         x 0.74
  308.         y 0.07
  309.         text "Main"
  310.         text2 "Menu"
  311.         change_script "menu_principal.txt"
  312.         change_container "container_menu_principal"
  313.     }
  314. }
  315. ;//********* OPTION - OPTION VIDEO (O3) **********
  316. new Container
  317. {
  318.     name "container_option_video"
  319.     
  320.     z 1
  321.  
  322.     on_idle ActionIdleManager
  323.     {
  324.         current_menu 3
  325.     }
  326.  
  327.     background "data/menus/i_bg_option_640_0.nif"
  328.  
  329.     new MenuButton
  330.     {
  331.         x 0.749
  332.         y 0.85
  333.         size_x 0.25
  334.         size_y 0.163
  335.         text "Options"
  336.         text_size 0.45
  337.         text_initial_color <0,0.66,1,1>
  338.         normal_image "data/menus/i_titre_bouton.nif"
  339.         highlight_image ""
  340.     }
  341.     new MenuButton
  342.     {
  343.         ;// Option de jeu
  344.         x 0.012
  345.         y 0.85
  346.         text "Game"
  347.         text2 "Options"
  348.         warp_to "container_option_de_jeu"
  349.     }
  350.     new MenuButton
  351.     {
  352.         ;// Option video
  353.         x 0.004
  354.         y 0.75
  355.         text "Video"
  356.         text2 "Options"
  357.         text_initial_color <0,0.66,1,1>
  358.         highlight_image ""
  359.     }
  360.     new MenuButton
  361.     {
  362.         ;// Option audio
  363.         x 0.005
  364.         y 0.65
  365.         text "Audio"
  366.         text2 "Options"
  367.         warp_to "container_option_audio"
  368.     }
  369.     new MenuButton
  370.     {
  371.         ;// Controles
  372.         x 0.015
  373.         y 0.55
  374.         text "Controls"
  375.         warp_to "container_option_controle"
  376.     }
  377.     new MenuButton
  378.     {
  379.         ;// Force feedback
  380.         name "button_feedback2"
  381.         x 0.038
  382.         y 0.45
  383.         text "Force-"
  384.         text2 "Feedback"
  385.         warp_to "container_forcefeedback"
  386.     }
  387.     new FastFont
  388.     {
  389.         ;// Carte video
  390.         x 0.24
  391.         y 0.85
  392.         ratio 0.3
  393.         text "Video Card"
  394.         initial_color <1,1,1,1>
  395.     }
  396.     new List
  397.     {
  398.         name "device_list"
  399.         x 0.22
  400.         y 0.65
  401.         z 0.9
  402.         size_x 0.7
  403.         size_y 0.19
  404.         background "data/menus/i_carre_listbox.nif"
  405.  
  406.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  407.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  408.         SliderFile "data/menus/i_progress_bouton.nif"
  409.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  410.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  411.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  412.  
  413.         selection_type 3
  414.         display_type 1
  415.     }
  416.     new FastFont
  417.     {
  418.         ;// Resolution d'ecran
  419.         x 0.595
  420.         y 0.585
  421.         auto_center 1
  422.         ratio 0.3
  423.         text "Screen Resolution"
  424.         initial_color <1,1,1,1>
  425.     }
  426.     new List
  427.     {
  428.         name "video_mode_list"
  429.         x 0.45
  430.         y 0.32
  431.         z 0.9
  432.         size_x 0.30
  433.         size_y 0.26
  434.         multi_column (0.17)
  435.         background "data/menus/i_carre_listbox.nif"
  436.  
  437.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  438.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  439.         SliderFile "data/menus/i_progress_bouton.nif"
  440.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  441.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  442.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  443.  
  444.         selection_type 3
  445.         display_type 1
  446.     }
  447.     new MenuButton
  448.     {
  449.         ;// Appliquer
  450.         x 0.862
  451.         y 0.15
  452.         text "Apply"
  453.         ;// eOP_VIDEO_APPLY
  454.         state_manager "13"
  455.     }
  456.     new MenuButton
  457.     {
  458.         ;// Retour
  459.         x 0.74
  460.         y 0.07
  461.         text "Main"
  462.         text2 "Menu"
  463.         change_script "menu_principal.txt"
  464.         change_container "container_menu_principal"
  465.     }
  466. }
  467. ;//********* OPTION - OPTION AUDIO (O4) **********
  468. new Container
  469. {
  470.     name "container_option_audio"
  471.     
  472.     z 1
  473.  
  474.     background "data/menus/i_bg_option_640_0.nif"
  475.  
  476.     on_idle ActionIdleManager
  477.     {
  478.         current_menu 4
  479.     }
  480.     
  481.     new MenuButton
  482.     {
  483.         name "background_musique"
  484.         x 0.50
  485.         y 0.29
  486.         z 0.9
  487.         size_x 0.22
  488.         size_y 0.085
  489.         normal_image "data/menus/i_carre_listbox.nif"
  490.         highlight_image ""
  491.     }
  492.     new MenuButton
  493.     {
  494.         name "background_effets"
  495.         x 0.50
  496.         y 0.46
  497.         z 0.9
  498.         size_x 0.22
  499.         size_y 0.085
  500.         normal_image "data/menus/i_carre_listbox.nif"
  501.         highlight_image ""
  502.     }
  503.     new MenuButton
  504.     {
  505.         x 0.749
  506.         y 0.85
  507.         size_x 0.25
  508.         size_y 0.163
  509.         text "Options"
  510.         text_size 0.45
  511.         text_initial_color <0,0.66,1,1>
  512.         normal_image "data/menus/i_titre_bouton.nif"
  513.         highlight_image ""
  514.     }
  515.     new MenuButton
  516.     {
  517.         ;// Option de jeu
  518.         x 0.012
  519.         y 0.85
  520.         text "Game"
  521.         text2 "Options"
  522.         warp_to "container_option_de_jeu"
  523.     }
  524.     new MenuButton
  525.     {
  526.         ;// Option video
  527.         x 0.004
  528.         y 0.75
  529.         text "Video"
  530.         text2 "Options"
  531.         warp_to "container_option_video"
  532.     }
  533.     new MenuButton
  534.     {
  535.         ;// Option audio
  536.         x 0.005
  537.         y 0.65
  538.         text "Audio"
  539.         text2 "Options"
  540.         text_initial_color <0,0.66,1,1>
  541.         highlight_image ""
  542.     }
  543.     new MenuButton
  544.     {
  545.         ;// Controles
  546.         x 0.015
  547.         y 0.55
  548.         text "Controls"
  549.         warp_to "container_option_controle"
  550.     }
  551.     new MenuButton
  552.     {
  553.         ;// Force feedback
  554.         name "button_feedback3"
  555.         x 0.038
  556.         y 0.45
  557.         text "Force-"
  558.         text2 "Feedback"
  559.         warp_to "container_forcefeedback"
  560.     }
  561.     new FastFont
  562.     {
  563.         ;// Provider sonore
  564.         x 0.24
  565.         y 0.85
  566.         ratio 0.3
  567.         text "Sound Driver"
  568.         initial_color <1,1,1,1>
  569.     }
  570.     new List
  571.     {
  572.         name "sound_provider_list"
  573.         x 0.22
  574.         y 0.65
  575.         z 0.9
  576.         size_x 0.7
  577.         size_y 0.19
  578.         background "data/menus/i_carre_listbox.nif"
  579.  
  580.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  581.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  582.         SliderFile "data/menus/i_progress_bouton.nif"
  583.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  584.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  585.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  586.  
  587.         selection_type 3
  588.         display_type 1
  589.     }
  590.     new FastFont
  591.     {
  592.         ;// Volume des effets
  593.         x 0.615
  594.         y 0.555
  595.         ratio 0.3
  596.         auto_center 1
  597.         text "Effects Volume"
  598.         initial_color <1,1,1,1>
  599.     }
  600.     new FastFont
  601.     {
  602.         ;// Volume des effets
  603.         name "option_volume_effet"
  604.         x 0.615
  605.         y 0.48
  606.         auto_center 1
  607.         ratio 0.3
  608.         text "100%"
  609.         initial_color <0,0.66,1,1>
  610.         auto_center 1
  611.     }
  612.     new MenuButton
  613.     {
  614.         ;// Fleche vers la gauche
  615.         x 0.51
  616.         y 0.47
  617.         size_x 0.06
  618.         size_y 0.06
  619.         normal_image "data/menus/i_triangle_orange.nif"
  620.         highlight_image "data/menus/i_triangle_bleu.nif"
  621.         ;// eOP_SOUND_DOWN
  622.         state_manager "15"
  623.     }
  624.     new MenuButton
  625.     {
  626.         ;// Fleche vers la droite
  627.         x 0.65
  628.         y 0.47
  629.         size_x 0.06
  630.         size_y 0.06
  631.         normal_image "data/menus/i_triangle_orange_flip.nif"
  632.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  633.         ;// eOP_SOUND_UP
  634.         state_manager "14"
  635.     }
  636.     new FastFont
  637.     {
  638.         ;// Volume de la musique
  639.         x 0.615
  640.         y 0.385
  641.         ratio 0.3
  642.         auto_center 1
  643.         text "Music Volume"
  644.         initial_color <1,1,1,1>
  645.     }
  646.     new FastFont
  647.     {
  648.         ;// Volume de la musique
  649.         name "option_volume_musique"
  650.         x 0.615
  651.         y 0.31
  652.         auto_center 1
  653.         ratio 0.3
  654.         text "100%"
  655.         initial_color <0,0.66,1,1>
  656.     }
  657.     new MenuButton
  658.     {
  659.         ;// Fleche vers la gauche
  660.         x 0.51
  661.         y 0.30
  662.         size_x 0.06
  663.         size_y 0.06
  664.         normal_image "data/menus/i_triangle_orange.nif"
  665.         highlight_image "data/menus/i_triangle_bleu.nif"
  666.         ;// eOP_MUSIC_DOWN
  667.         state_manager "17"
  668.     }
  669.     new MenuButton
  670.     {
  671.         ;// Fleche vers la droite
  672.         x 0.65
  673.         y 0.30
  674.         size_x 0.06
  675.         size_y 0.06
  676.         normal_image "data/menus/i_triangle_orange_flip.nif"
  677.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  678.         ;// eOP_MUSIC_UP
  679.         state_manager "16"
  680.     }
  681.     new MenuButton
  682.     {
  683.         ;// Retour
  684.         x 0.74
  685.         y 0.07
  686.         text "Main"
  687.         text2 "Menu"
  688.         change_script "menu_principal.txt"
  689.         change_container "container_menu_principal"
  690.     }
  691. }
  692. ;//********* OPTION - OPTION CONTROLE (O5) **********
  693. new Container
  694. {
  695.     name "container_option_controle"
  696.     
  697.     z 1
  698.  
  699.     background "data/menus/i_bg_option_640_0.nif"
  700.  
  701.     on_idle ActionIdleManager
  702.     {
  703.         current_menu 5
  704.     }
  705.     
  706.     new MenuButton
  707.     {
  708.         x 0.465
  709.         y 0.34
  710.         z 0.9
  711.         size_x 0.42
  712.         size_y 0.39
  713.         normal_image "data/menus/i_carre_listbox.nif"
  714.         highlight_image ""
  715.     }
  716.     new MenuButton
  717.     {
  718.         name "background_joystick"
  719.         x 0.72
  720.         y 0.73
  721.         z 0.9
  722.         size_x 0.22
  723.         size_y 0.1
  724.         normal_image "data/menus/i_carre_listbox.nif"
  725.         highlight_image ""
  726.     }
  727.     new MenuButton
  728.     {
  729.         x 0.749
  730.         y 0.85
  731.         size_x 0.25
  732.         size_y 0.163
  733.         text "Options"
  734.         text_size 0.45
  735.         text_initial_color <0,0.66,1,1>
  736.         normal_image "data/menus/i_titre_bouton.nif"
  737.         highlight_image ""
  738.     }
  739.     new MenuButton
  740.     {
  741.         ;// Option de jeu
  742.         x 0.012
  743.         y 0.85
  744.         text "Game"
  745.         text2 "Options"
  746.         warp_to "container_option_de_jeu"
  747.     }
  748.     new MenuButton
  749.     {
  750.         ;// Option video
  751.         x 0.004
  752.         y 0.75
  753.         text "Video"
  754.         text2 "Options"
  755.         warp_to "container_option_video"
  756.     }
  757.     new MenuButton
  758.     {
  759.         ;// Option audio
  760.         x 0.005
  761.         y 0.65
  762.         text "Audio"
  763.         text2 "Options"
  764.         warp_to "container_option_audio"
  765.     }
  766.     new MenuButton
  767.     {
  768.         ;// Controles
  769.         x 0.015
  770.         y 0.55
  771.         text "Controls"
  772.         text_initial_color <0,0.66,1,1>
  773.         highlight_image ""
  774.     }
  775.     new MenuButton
  776.     {
  777.         ;// Force feedback
  778.         name "button_feedback4"
  779.         x 0.038
  780.         y 0.45
  781.         text "Force-"
  782.         text2 "Feedback"
  783.         warp_to "container_forcefeedback"
  784.     }
  785.     new FastFont
  786.     {
  787.         ;// PΘriphΘrique par dΘfaut
  788.         x 0.20
  789.         y 0.93
  790.         ratio 0.275
  791.         text "Default Device"
  792.         initial_color <1,1,1,1>
  793.     }
  794.     new MenuButton
  795.     {
  796.         ;// Remettre valeur par dΘfaut
  797.         x 0.20
  798.         y 0.60
  799.         text "Reinitialise"
  800.         text2 "Controls"
  801.  
  802.         ;// eOP_CONTROL_REINIT
  803.         state_manager "32"
  804.     }
  805.     new List
  806.     {
  807.         name "joystick_list"
  808.         x 0.18
  809.         y 0.73
  810.         z 0.9
  811.         size_x 0.54
  812.         size_y 0.19
  813.         background "data/menus/i_carre_listbox.nif"
  814.  
  815.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  816.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  817.         SliderFile "data/menus/i_progress_bouton.nif"
  818.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  819.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  820.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  821.         selection_type 3
  822.         display_type 1
  823.     }
  824.     new FastFont
  825.     {
  826.         name "option_joystick_digital"
  827.         x 0.80
  828.         y 0.785
  829.         ratio 0.22
  830.         text "Digital"
  831.         initial_color <0.99,0.61,0,1>
  832.         select_color <1,1,0,1>
  833.         over_color <0,0.66,1,1>
  834.  
  835.         on_click ActionStateManagerInterface
  836.         {
  837.             ;// eCONFIG_JOYSTICK_DIGITAL
  838.             request_type 54
  839.         }
  840.     }
  841.     new FastFont
  842.     {
  843.         name "option_joystick_analogique"
  844.         x 0.80
  845.         y 0.74
  846.         ratio 0.22
  847.         text "Analogue"
  848.         initial_color <0.99,0.61,0,1>
  849.         select_color <1,1,0,1>
  850.         over_color <0,0.66,1,1>
  851.  
  852.         on_click ActionStateManagerInterface
  853.         {
  854.             ;// eCONFIG_JOYSTICK_ANALOG
  855.             request_type 55
  856.         }
  857.     }
  858.     new MenuButton
  859.     {
  860.         ;// Image de Check
  861.         name "option_joystick_check"
  862.         x 0.76
  863.         y 0.70
  864.         size_x 0.029
  865.         size_y 0.045
  866.         
  867.         normal_image "data/menus/i_coche_oui.nif"
  868.         highlight_image ""
  869.     }
  870.     new FastFont
  871.     {
  872.         ;// Accelerer
  873.         x 0.49
  874.         y 0.68
  875.         z 0.4
  876.         size_x 0.45
  877.         fixed_width 1
  878.         ratio 0.22
  879.         text "Accelerate"
  880.         initial_color <0.99,0.61,0,1>
  881.         select_color <1,1,0,1>
  882.         over_color <0,0.66,1,1>
  883.         on_click ActionStateManagerInterface
  884.         {
  885.             ;// eOP_CONTROL_ACCELERER
  886.             request_type 18
  887.         }
  888.     }
  889.     new FastFont
  890.     {
  891.         ;// Freiner
  892.         x 0.49
  893.         y 0.64
  894.         z 0.4
  895.         size_x 0.45
  896.         fixed_width 1
  897.         ratio 0.22
  898.         text "Brake"
  899.         initial_color <0.99,0.61,0,1>
  900.         select_color <1,1,0,1>
  901.         over_color <0,0.66,1,1>
  902.         on_click ActionStateManagerInterface
  903.         {
  904.             ;// eOP_CONTROL_FREINER
  905.             request_type 19
  906.         }
  907.     }
  908.     new FastFont
  909.     {
  910.         ;// Gauche
  911.         x 0.49
  912.         y 0.6
  913.         z 0.4
  914.         size_x 0.45
  915.         fixed_width 1
  916.         ratio 0.22
  917.         text "Turn left"
  918.         initial_color <0.99,0.61,0,1>
  919.         select_color <1,1,0,1>
  920.         over_color <0,0.66,1,1>
  921.         on_click ActionStateManagerInterface
  922.         {
  923.             ;// eOP_CONTROL_GAUCHE
  924.             request_type 20
  925.         }
  926.     }
  927.     new FastFont
  928.     {
  929.         ;// Droite
  930.         x 0.49
  931.         y 0.56
  932.         z 0.4
  933.         size_x 0.45
  934.         fixed_width 1
  935.         ratio 0.22
  936.         text "Turn right"
  937.         initial_color <0.99,0.61,0,1>
  938.         select_color <1,1,0,1>
  939.         over_color <0,0.66,1,1>
  940.         on_click ActionStateManagerInterface
  941.         {
  942.             ;// eOP_CONTROL_DROITE
  943.             request_type 21
  944.         }
  945.     }
  946.     new FastFont
  947.     {
  948.         ;// Boucher le carburateur
  949.         x 0.49
  950.         y 0.52
  951.         z 0.4
  952.         size_x 0.45
  953.         fixed_width 1
  954.         ratio 0.22
  955.         text "Block Carburator (100cc)"
  956.         initial_color <0.99,0.61,0,1>
  957.         select_color <1,1,0,1>
  958.         over_color <0,0.66,1,1>
  959.         on_click ActionStateManagerInterface
  960.         {
  961.             ;// eOP_CONTROL_BOUCHER
  962.             request_type 22
  963.         }
  964.     }
  965.     new FastFont
  966.     {
  967.         ;// Regarder vers l'arriΦre
  968.         x 0.49
  969.         y 0.48
  970.         z 0.4
  971.         size_x 0.45
  972.         fixed_width 1
  973.         ratio 0.22
  974.         text "Look Behind"
  975.         initial_color <0.99,0.61,0,1>
  976.         select_color <1,1,0,1>
  977.         over_color <0,0.66,1,1>
  978.         on_click ActionStateManagerInterface
  979.         {
  980.             ;// eOP_CONTROL_REGARDER
  981.             request_type 23
  982.         }
  983.     }
  984.     new FastFont
  985.     {
  986.         ;// Reprendre la route
  987.         x 0.49
  988.         y 0.44
  989.         z 0.4
  990.         size_x 0.45
  991.         fixed_width 1
  992.         ratio 0.22
  993.         text "Instant Reposition"
  994.         initial_color <0.99,0.61,0,1>
  995.         select_color <1,1,0,1>
  996.         over_color <0,0.66,1,1>
  997.         on_click ActionStateManagerInterface
  998.         {
  999.             ;// eOP_CONTROL_REPRENDRE
  1000.             request_type 24
  1001.         }
  1002.     }
  1003.     new FastFont
  1004.     {
  1005.         ;// Insulte 
  1006.         x 0.49
  1007.         y 0.40
  1008.         z 0.4
  1009.         size_x 0.45
  1010.         fixed_width 1
  1011.         ratio 0.22
  1012.         text "Shake Fist"
  1013.         initial_color <0.99,0.61,0,1>
  1014.         select_color <1,1,0,1>
  1015.         over_color <0,0.66,1,1>
  1016.         on_click ActionStateManagerInterface
  1017.         {
  1018.             ;// eOP_CONTROL_INSULTE
  1019.             request_type 25
  1020.         }
  1021.     }
  1022.     new FastFont
  1023.     {
  1024.         ;// CamΘra in group
  1025.         x 0.49    
  1026.         y 0.36
  1027.         z 0.4
  1028.         size_x 0.45
  1029.         fixed_width 1
  1030.         ratio 0.22
  1031.         text "Cycle Camera Views"
  1032.         initial_color <0.99,0.61,0,1>
  1033.         select_color <1,1,0,1>
  1034.         over_color <0,0.66,1,1>
  1035.         on_click ActionStateManagerInterface
  1036.         {
  1037.             ;// eOP_CONTROL_SWITCH_CAMERA_IN_GROUP
  1038.             request_type 26
  1039.         }
  1040.     }
  1041.  
  1042.     new FastFont
  1043.     {
  1044.         name "option_control_0"
  1045.         x 0.74
  1046.         y 0.68
  1047.         ratio 0.22
  1048.     }
  1049.     new FastFont
  1050.     {
  1051.         name "option_control_1"
  1052.         x 0.74
  1053.         y 0.64
  1054.         ratio 0.22
  1055.     }
  1056.     new FastFont
  1057.     {
  1058.         name "option_control_2"
  1059.         x 0.740
  1060.         y 0.6
  1061.         ratio 0.22
  1062.     }
  1063.     new FastFont
  1064.     {
  1065.         name "option_control_3"
  1066.         x 0.740
  1067.         y 0.56
  1068.         ratio 0.22
  1069.     }
  1070.     new FastFont
  1071.     {
  1072.         name "option_control_4"
  1073.         x 0.740
  1074.         y 0.52
  1075.         ratio 0.22
  1076.     }
  1077.     new FastFont
  1078.     {
  1079.         name "option_control_5"
  1080.         x 0.740
  1081.         y 0.48
  1082.         ratio 0.22
  1083.     }
  1084.     new FastFont
  1085.     {
  1086.         name "option_control_6"
  1087.         x 0.740
  1088.         y 0.44
  1089.         ratio 0.22
  1090.     }
  1091.     new FastFont
  1092.     {
  1093.         name "option_control_7"
  1094.         x 0.740
  1095.         y 0.4
  1096.         ratio 0.22
  1097.     }
  1098.     new FastFont
  1099.     {
  1100.         name "option_control_8"
  1101.         x 0.740
  1102.         y 0.36
  1103.         ratio 0.22
  1104.     }
  1105.     new MenuButton
  1106.     {
  1107.         ;// Retour
  1108.         x 0.74
  1109.         y 0.07
  1110.         text "Main"
  1111.         text2 "Menu"
  1112.         change_script "menu_principal.txt"
  1113.         change_container "container_menu_principal"
  1114.     }
  1115. }
  1116. ;//********* OPTION - OPTION CONTROLE FORCE FEED BACK (O6) **********
  1117. new Container
  1118. {
  1119.     name "container_forcefeedback"
  1120.     
  1121.     z 1
  1122.  
  1123.     background "data/menus/i_bg_option_640_0.nif"
  1124.  
  1125.     on_idle ActionIdleManager
  1126.     {
  1127.         current_menu 14
  1128.     }
  1129.     
  1130.     new MenuButton
  1131.     {
  1132.         x 0.52
  1133.         y 0.86
  1134.         z 0.9
  1135.         size_x 0.22
  1136.         size_y 0.1
  1137.         normal_image "data/menus/i_carre_listbox.nif"
  1138.         highlight_image ""
  1139.     }
  1140.     new MenuButton
  1141.     {
  1142.         x 0.749
  1143.         y 0.85
  1144.         size_x 0.25
  1145.         size_y 0.163
  1146.         text "Options"
  1147.         text_size 0.45
  1148.         text_initial_color <0,0.66,1,1>
  1149.         normal_image "data/menus/i_titre_bouton.nif"
  1150.         highlight_image ""
  1151.     }
  1152.     new MenuButton
  1153.     {
  1154.         ;// Option de jeu
  1155.         x 0.012
  1156.         y 0.85
  1157.         text "Game"
  1158.         text2 "Options"
  1159.         warp_to "container_option_de_jeu"
  1160.     }
  1161.     new MenuButton
  1162.     {
  1163.         ;// Option video
  1164.         x 0.004
  1165.         y 0.75
  1166.         text "Video"
  1167.         text2 "Options"
  1168.         warp_to "container_option_video"
  1169.     }
  1170.     new MenuButton
  1171.     {
  1172.         ;// Option audio
  1173.         x 0.005
  1174.         y 0.65
  1175.         text "Audio"
  1176.         text2 "Options"
  1177.         warp_to "container_option_audio"
  1178.     }
  1179.     new MenuButton
  1180.     {
  1181.         ;// Controles
  1182.         x 0.015
  1183.         y 0.55
  1184.         text "Controls"
  1185.         warp_to "container_option_controle"
  1186.     }
  1187.     new MenuButton
  1188.     {
  1189.         ;// Force feedback
  1190.         x 0.038
  1191.         y 0.45
  1192.         text "Force-"
  1193.         text2 "-Feedback"
  1194.         text_initial_color <0,0.66,1,1>
  1195.         highlight_image ""
  1196.     }
  1197.     new FastFont
  1198.     {
  1199.         x 0.20
  1200.         y 0.93
  1201.         ratio 0.275
  1202.         text "Force-Feedback"
  1203.         initial_color <1,1,1,1>
  1204.     }
  1205.     new FastFont
  1206.     {
  1207.         name "option_joystick_feedback_on"
  1208.         x 0.60
  1209.         y 0.915
  1210.         ratio 0.25
  1211.         text "Active"
  1212.         initial_color <0.99,0.61,0,1>
  1213.         select_color <1,1,0,1>
  1214.         over_color <0,0.66,1,1>
  1215.  
  1216.         on_click ActionStateManagerInterface
  1217.         {
  1218.             ;// eOPTION_FF_ON
  1219.             request_type 4109
  1220.         }
  1221.     }
  1222.     new FastFont
  1223.     {
  1224.         name "option_joystick_feedback_off"
  1225.         x 0.60
  1226.         y 0.87
  1227.         ratio 0.25
  1228.         text "Inactive"
  1229.         initial_color <0.99,0.61,0,1>
  1230.         select_color <1,1,0,1>
  1231.         over_color <0,0.66,1,1>
  1232.  
  1233.         on_click ActionStateManagerInterface
  1234.         {
  1235.             ;// eOPTION_FF_OFF
  1236.             request_type 4110
  1237.         }
  1238.     }
  1239.     new MenuButton
  1240.     {
  1241.         ;// Image de Check
  1242.         name "option_feedback_check"
  1243.         x 0.56
  1244.         y 0.83
  1245.         size_x 0.029
  1246.         size_y 0.045
  1247.         
  1248.         normal_image "data/menus/i_coche_oui.nif"
  1249.         highlight_image ""
  1250.     }
  1251.     new FastFont
  1252.     {
  1253.         ;// Overall effect strength
  1254.         x 0.615
  1255.         y 0.75
  1256.         auto_center 1
  1257.         ratio 0.25
  1258.         text "Overall effect strength"
  1259.         initial_color <1,1,1,1>
  1260.     }
  1261.     new FastFont
  1262.     {
  1263.         ;// Volume des effets
  1264.         name "option_ff_overall_strength"
  1265.         x 0.615
  1266.         y 0.71
  1267.         auto_center 1
  1268.         ratio 0.25
  1269.         text "100%"
  1270.         initial_color <0,0.66,1,1>
  1271.         auto_center 1
  1272.     }
  1273.     new MenuButton
  1274.     {
  1275.         x 0.54
  1276.         y 0.70
  1277.         size_x 0.04
  1278.         size_y 0.04
  1279.         normal_image "data/menus/i_triangle_orange.nif"
  1280.         highlight_image "data/menus/i_triangle_bleu.nif"
  1281.         state_manager "4111"
  1282.     }
  1283.     new MenuButton
  1284.     {
  1285.         x 0.65
  1286.         y 0.70
  1287.         size_x 0.04
  1288.         size_y 0.04
  1289.         normal_image "data/menus/i_triangle_orange_flip.nif"
  1290.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  1291.         state_manager "4112"
  1292.     }
  1293.     new FastFont
  1294.     {
  1295.         x 0.615
  1296.         y 0.65
  1297.         auto_center 1
  1298.         ratio 0.25
  1299.         text "Centering spring"
  1300.         initial_color <1,1,1,1>
  1301.     }
  1302.     new FastFont
  1303.     {
  1304.         ;// Volume des effets
  1305.         name "option_ff_centering_spring"
  1306.         x 0.615
  1307.         y 0.61
  1308.         auto_center 1
  1309.         ratio 0.25
  1310.         text "100%"
  1311.         initial_color <0,0.66,1,1>
  1312.         auto_center 1
  1313.     }
  1314.     new MenuButton
  1315.     {
  1316.         x 0.54
  1317.         y 0.60
  1318.         size_x 0.04
  1319.         size_y 0.04
  1320.         normal_image "data/menus/i_triangle_orange.nif"
  1321.         highlight_image "data/menus/i_triangle_bleu.nif"
  1322.         state_manager "4113"
  1323.     }
  1324.     new MenuButton
  1325.     {
  1326.         x 0.65
  1327.         y 0.60
  1328.         size_x 0.04
  1329.         size_y 0.04
  1330.         normal_image "data/menus/i_triangle_orange_flip.nif"
  1331.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  1332.         state_manager "4114"
  1333.     }
  1334.     new FastFont
  1335.     {
  1336.         x 0.615
  1337.         y 0.55
  1338.         auto_center 1
  1339.         ratio 0.25
  1340.         text "Bumpers"
  1341.         initial_color <1,1,1,1>
  1342.     }
  1343.     new FastFont
  1344.     {
  1345.         ;// Volume des effets
  1346.         name "option_ff_bumper"
  1347.         x 0.615
  1348.         y 0.51
  1349.         auto_center 1
  1350.         ratio 0.25
  1351.         text "100%"
  1352.         initial_color <0,0.66,1,1>
  1353.         auto_center 1
  1354.     }
  1355.     new MenuButton
  1356.     {
  1357.         x 0.54
  1358.         y 0.50
  1359.         size_x 0.04
  1360.         size_y 0.04
  1361.         normal_image "data/menus/i_triangle_orange.nif"
  1362.         highlight_image "data/menus/i_triangle_bleu.nif"
  1363.         state_manager "4115"
  1364.     }
  1365.     new MenuButton
  1366.     {
  1367.         x 0.65
  1368.         y 0.50
  1369.         size_x 0.04
  1370.         size_y 0.04
  1371.         normal_image "data/menus/i_triangle_orange_flip.nif"
  1372.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  1373.         state_manager "4116"
  1374.     }
  1375.     new FastFont
  1376.     {
  1377.         x 0.615
  1378.         y 0.45
  1379.         auto_center 1
  1380.         ratio 0.25
  1381.         text "Collision"
  1382.         initial_color <1,1,1,1>
  1383.     }
  1384.     new FastFont
  1385.     {
  1386.         ;// Volume des effets
  1387.         name "option_ff_collision"
  1388.         x 0.615
  1389.         y 0.41
  1390.         auto_center 1
  1391.         ratio 0.25
  1392.         text "100%"
  1393.         initial_color <0,0.66,1,1>
  1394.         auto_center 1
  1395.     }
  1396.     new MenuButton
  1397.     {
  1398.         x 0.54
  1399.         y 0.40
  1400.         size_x 0.04
  1401.         size_y 0.04
  1402.         normal_image "data/menus/i_triangle_orange.nif"
  1403.         highlight_image "data/menus/i_triangle_bleu.nif"
  1404.         state_manager "4117"
  1405.     }
  1406.     new MenuButton
  1407.     {
  1408.         x 0.65
  1409.         y 0.40
  1410.         size_x 0.04
  1411.         size_y 0.04
  1412.         normal_image "data/menus/i_triangle_orange_flip.nif"
  1413.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  1414.         state_manager "4118"
  1415.     }
  1416.     new FastFont
  1417.     {
  1418.         x 0.615
  1419.         y 0.35
  1420.         auto_center 1
  1421.         ratio 0.25
  1422.         text "Skidding"
  1423.         initial_color <1,1,1,1>
  1424.     }
  1425.     new FastFont
  1426.     {
  1427.         ;// Volume des effets
  1428.         name "option_ff_skidding"
  1429.         x 0.615
  1430.         y 0.31
  1431.         auto_center 1
  1432.         ratio 0.25
  1433.         text "100%"
  1434.         initial_color <0,0.66,1,1>
  1435.         auto_center 1
  1436.     }
  1437.     new MenuButton
  1438.     {
  1439.         x 0.54
  1440.         y 0.30
  1441.         size_x 0.04
  1442.         size_y 0.04
  1443.         normal_image "data/menus/i_triangle_orange.nif"
  1444.         highlight_image "data/menus/i_triangle_bleu.nif"
  1445.         state_manager "4119"
  1446.     }
  1447.     new MenuButton
  1448.     {
  1449.         x 0.65
  1450.         y 0.30
  1451.         size_x 0.04
  1452.         size_y 0.04
  1453.         normal_image "data/menus/i_triangle_orange_flip.nif"
  1454.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  1455.         state_manager "4120"
  1456.     }
  1457.     new FastFont
  1458.     {
  1459.         x 0.615
  1460.         y 0.25
  1461.         auto_center 1
  1462.         ratio 0.25
  1463.         text "Engine"
  1464.         initial_color <1,1,1,1>
  1465.     }
  1466.     new FastFont
  1467.     {
  1468.         ;// Volume des effets
  1469.         name "option_ff_engine"
  1470.         x 0.615
  1471.         y 0.21
  1472.         auto_center 1
  1473.         ratio 0.25
  1474.         text "100%"
  1475.         initial_color <0,0.66,1,1>
  1476.         auto_center 1
  1477.     }
  1478.     new MenuButton
  1479.     {
  1480.         x 0.54
  1481.         y 0.20
  1482.         size_x 0.04
  1483.         size_y 0.04
  1484.         normal_image "data/menus/i_triangle_orange.nif"
  1485.         highlight_image "data/menus/i_triangle_bleu.nif"
  1486.         state_manager "4121"
  1487.     }
  1488.     new MenuButton
  1489.     {
  1490.         x 0.65
  1491.         y 0.20
  1492.         size_x 0.04
  1493.         size_y 0.04
  1494.         normal_image "data/menus/i_triangle_orange_flip.nif"
  1495.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  1496.         state_manager "4122"
  1497.     }
  1498.     new MenuButton
  1499.     {
  1500.         ;// Retour
  1501.         x 0.74
  1502.         y 0.07
  1503.         text "Main"
  1504.         text2 "Menu"
  1505.         change_script "menu_principal.txt"
  1506.         change_container "container_menu_principal"
  1507.     }
  1508. }
  1509.